UCF STIG Viewer Logo

Nutanix AOS must not be configured to allow GSSAPIAuthentication.


Overview

Finding ID Version Rule ID IA Controls Severity
V-254189 NUTX-OS-001010 SV-254189r846655_rule Medium
Description
Failure to provide logical access restrictions associated with changes to system configuration may have significant effects on the overall security of the system. When dealing with access restrictions pertaining to change control, it should be noted that any changes to the hardware, software, and/or firmware components of the operating system can have significant effects on the overall security of the system. Accordingly, only qualified and authorized individuals must be allowed to obtain access to operating system components for the purposes of initiating changes, including upgrades and modifications. Logical access restrictions include, for example, controls that restrict access to workflow automation, media libraries, abstract layers (e.g., changes implemented into third-party interfaces rather than directly into information systems), and change windows (e.g., changes occur only during specified times, making unauthorized changes easy to discover).
STIG Date
Nutanix AOS 5.20.x OS Security Technical Implementation Guide 2022-08-24

Details

Check Text ( C-57674r846653_chk )
Confirm Nutanix AOS enforces access restrictions.

Check that the SSH daemon does not permit GSSAPI authentication with the following command:

$ sudo grep -i gssapiauth /etc/ssh/sshd_config
GSSAPIAuthentication no

If the "GSSAPIAuthentication" keyword is missing, is set to "yes" and is not documented with the Information System Security Officer (ISSO), or the returned line is commented out, this is a finding.
Fix Text (F-57625r846654_fix)
Configure Nutanix AOS to enforce access restrictions by running the following command:

$ sudo salt-call state.sls security/CVM/sshdCVM